3.826 \(\int \frac{(c x^2)^{5/2} (a+b x)^2}{x^5} \, dx\)

Optimal. Leaf size=29 \[ \frac{c^2 \sqrt{c x^2} (a+b x)^3}{3 b x} \]

[Out]

(c^2*Sqrt[c*x^2]*(a + b*x)^3)/(3*b*x)

________________________________________________________________________________________

Rubi [A]  time = 0.0042798, antiderivative size = 29, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1, Rules used = {15, 32} \[ \frac{c^2 \sqrt{c x^2} (a+b x)^3}{3 b x} \]

Antiderivative was successfully verified.

[In]

Int[((c*x^2)^(5/2)*(a + b*x)^2)/x^5,x]

[Out]

(c^2*Sqrt[c*x^2]*(a + b*x)^3)/(3*b*x)

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin{align*} \int \frac{\left (c x^2\right )^{5/2} (a+b x)^2}{x^5} \, dx &=\frac{\left (c^2 \sqrt{c x^2}\right ) \int (a+b x)^2 \, dx}{x}\\ &=\frac{c^2 \sqrt{c x^2} (a+b x)^3}{3 b x}\\ \end{align*}

Mathematica [A]  time = 0.0058366, size = 26, normalized size = 0.9 \[ \frac{\left (c x^2\right )^{5/2} (a+b x)^3}{3 b x^5} \]

Antiderivative was successfully verified.

[In]

Integrate[((c*x^2)^(5/2)*(a + b*x)^2)/x^5,x]

[Out]

((c*x^2)^(5/2)*(a + b*x)^3)/(3*b*x^5)

________________________________________________________________________________________

Maple [A]  time = 0.002, size = 31, normalized size = 1.1 \begin{align*}{\frac{{b}^{2}{x}^{2}+3\,abx+3\,{a}^{2}}{3\,{x}^{4}} \left ( c{x}^{2} \right ) ^{{\frac{5}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2)^(5/2)*(b*x+a)^2/x^5,x)

[Out]

1/3/x^4*(b^2*x^2+3*a*b*x+3*a^2)*(c*x^2)^(5/2)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(5/2)*(b*x+a)^2/x^5,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

________________________________________________________________________________________

Fricas [A]  time = 1.49357, size = 77, normalized size = 2.66 \begin{align*} \frac{1}{3} \,{\left (b^{2} c^{2} x^{2} + 3 \, a b c^{2} x + 3 \, a^{2} c^{2}\right )} \sqrt{c x^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(5/2)*(b*x+a)^2/x^5,x, algorithm="fricas")

[Out]

1/3*(b^2*c^2*x^2 + 3*a*b*c^2*x + 3*a^2*c^2)*sqrt(c*x^2)

________________________________________________________________________________________

Sympy [B]  time = 1.90511, size = 56, normalized size = 1.93 \begin{align*} \frac{a^{2} c^{\frac{5}{2}} \left (x^{2}\right )^{\frac{5}{2}}}{x^{4}} + \frac{a b c^{\frac{5}{2}} \left (x^{2}\right )^{\frac{5}{2}}}{x^{3}} + \frac{b^{2} c^{\frac{5}{2}} \left (x^{2}\right )^{\frac{5}{2}}}{3 x^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**2)**(5/2)*(b*x+a)**2/x**5,x)

[Out]

a**2*c**(5/2)*(x**2)**(5/2)/x**4 + a*b*c**(5/2)*(x**2)**(5/2)/x**3 + b**2*c**(5/2)*(x**2)**(5/2)/(3*x**2)

________________________________________________________________________________________

Giac [A]  time = 1.07392, size = 55, normalized size = 1.9 \begin{align*} \frac{1}{3} \,{\left (b^{2} c^{2} x^{3} \mathrm{sgn}\left (x\right ) + 3 \, a b c^{2} x^{2} \mathrm{sgn}\left (x\right ) + 3 \, a^{2} c^{2} x \mathrm{sgn}\left (x\right )\right )} \sqrt{c} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2)^(5/2)*(b*x+a)^2/x^5,x, algorithm="giac")

[Out]

1/3*(b^2*c^2*x^3*sgn(x) + 3*a*b*c^2*x^2*sgn(x) + 3*a^2*c^2*x*sgn(x))*sqrt(c)